Format |
Syntax: |
Operation: |
Operands: |
Architecture revision |
Opcode | ||||||||||||||||
1 |
eor{cond4} Rd, Rx, Ry |
if ( cond4) Rd = Rx XOR Ry; |
{d, x, y} ∈ {0, 1, …, 15} cond4 ∈ {eq, ne, cc/hs, cs/lo, ge, lt, mi, pl, ls, gt, le, hi, vs, vc, qs, al} |
Rev2+ |
|
Performs a bitwise logical Exclusive-OR between the specified registers and stores the result in the destination register.
Q: |
Not affected. |
V: |
Not affected. |
N: |
Not affected. |
Z: |
Not affected. |
C: |
Not affected. |